home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
001002_sanders@bsdi.com _Fri Apr 30 00:01:41 1993.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
1KB
Return-Path: <sanders@bsdi.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA16161; Fri, 30 Apr 93 00:01:41 MET DST
Errors-To: sanders@bsdi.com
Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA11243; Fri, 30 Apr 1993 00:22:08 +0200
Received: from localhost by austin.BSDI.COM (5.67/1.37)
id AA00181; Thu, 29 Apr 93 17:22:06 -0500
Message-Id: <9304292222.AA00181@austin.BSDI.COM>
To: www-talk@nxoc01.cern.ch
Subject: Re: Standardizing new HTML features
In-Reply-To: Your message of Thu, 29 Apr 93 15:06:41 PDT.
Errors-To: sanders@bsdi.com
Reply-To: sanders@bsdi.com
Organization: Berkeley Software Design, Inc.
Date: Thu, 29 Apr 1993 17:22:05 -0500
From: Tony Sanders <sanders@bsdi.com>
> Building viewers so that they can also operate on some pre-existing
> window, instead of just creating their own, is an excellent idea. I'm
> always surprised when otherwise-wonderful viewers, such as Ghostscript
> or xv, don't do this from the start. Probably just doesn't occur to
> their authors. Also, it seems tricky to do with most (all that I know
> of) Xt-based toolkits.
Ghostscript 2.5.2 does this.
GHOSTVIEW="__window_id__"
DISPLAY="whatever"
export GHOSTVIEW DISPLAY
Ghostview 1.4.1 uses this feature.
Now we just have to fix xloadimage, mpeg_play, (and you said you had a
fixed xv).
--sanders@bsdi.com